type github.com/google/go-cmp/cmp.commentString

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_reflect.go#L340: 				comment := commentString(fmt.Sprintf("%d elided lines", numElided))
		report_slices.go#L274: 				comment := commentString(fmt.Sprintf("%c|%v|", d, formatASCII(v.String())))
		report_text.go#L430: type commentString string
		report_text.go#L432: func (s commentString) String() string { return string(s) }